Use the new obarray type for the initial obarray
authorMattias Engdegård <mattiase@acm.org>
Sun, 11 Feb 2024 14:11:21 +0000 (15:11 +0100)
committerMattias Engdegård <mattiase@acm.org>
Fri, 23 Feb 2024 12:02:27 +0000 (13:02 +0100)
commit3ea77c735de975ebda707e0e1e8bb5e0adad2bf5
tree58215d59715cbaa676aadab334695f3d72414d98
parent462d8ba813e07a25b71f5c1b38810a29e21f784c
Use the new obarray type for the initial obarray

This can improve performance a lot, especially after the obarray has
been fed many symbols.

* src/lread.c (OBARRAY_SIZE): Remove.
(load_path_check): Create an obarray object instead of a vector.
src/lread.c